projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd42d3b
)
(dired-add-entry): Add missing argument to `dired-mark'.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 16 Sep 2002 06:31:43 +0000
(06:31 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 16 Sep 2002 06:31:43 +0000
(06:31 +0000)
lisp/dired-aux.el
patch
|
blob
|
history
diff --git
a/lisp/dired-aux.el
b/lisp/dired-aux.el
index d735d1cc55085afe2da274da845ea1af65b92d7a..ea6cdef8fc690f89c03d281e97efc350ce851629 100644
(file)
--- a/
lisp/dired-aux.el
+++ b/
lisp/dired-aux.el
@@
-863,7
+863,7
@@
a prefix arg lets you edit the `ls' switches used for the new listing."
(when marker-char
(let ((dired-marker-char
(if (integerp marker-char) marker-char dired-marker-char)))
- (dired-mark)))
+ (dired-mark
nil
)))
;; Compensate for a bug in ange-ftp.
;; It inserts the file's absolute name, rather than
;; the relative one. That may be hard to fix since it